/*
@font-face {
	font-family: 'My Font';
	src: url('my_font.eot');	
	src: url('my_font.eot?#iefix') format('embedded-opentype'),
		 url('my_font.woff2') format('woff2'),
		 url('my_font.woff') format('woff'),
		 url('my_font.ttf') format('truetype'),
		 url('my_font.svg#svgFontName') format('svg');
}
*/




body {
    font-family: 'Arial', Times, serif, sans-serif;
}

.login-pf body {
    background: #fff;
}

.logo{
    width: 15%;
    height: auto;
    float: left;
}

.card-pf{
    border-color: rgb(122, 170, 175) !important;
}


/*
*==========================================================================
*LoginButton
*==========================================================================
*/
.pf-c-button.pf-m-primary{
    color: black;
    border-color: grey;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
}
.pf-c-button.pf-m-primary:hover {
    background-color: rgb(122, 170, 175) !important;
    color:white !important;
}
/*
*==========================================================================
*/

/*
*==========================================================================
*WelcomeMessage
*==========================================================================
*/
#kc-header {
    color: #17122C;   
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: none;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 20px;
    white-space: normal;
}
.footer{
    padding-top: 1%;
    text-align: center;
    left: 25%;
}
.footer.a{
    padding: 1%;
    color: rgb(122, 170, 175);
    display:inline;
}
/*
*==========================================================================
*/